home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2006 December / PCWDEC06.iso / Software / Full / Serif Page Plus 8 / data1.cab / Help / wizardfile.chm / pp8-stylesheet.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2006-08-24  |  2.8 KB  |  102 lines

  1.  
  2. /* Title for wizard question */
  3. .sectiontitle { font-family: Arial; line-height: 1.1; color: #FFFFFF; font-size: 10pt; font-weight: bold; margin: 4px }
  4.  
  5. /* Description of wizard question */
  6. .sectiondescription { font-family: Arial; line-height: 1.1; color: #FFFFFF; font-size: 8pt; font-weight: bold; margin: 0px }
  7.  
  8. /* Used for labeling text entry fields */
  9. .inputheader { font-family: Arial; line-height: 1.1; color: #000000; font-size: 7pt; font-weight: bold; margin: 4px }
  10.  
  11. /* Used for labeling text entry fields */
  12. .inputheaderRED { font-family: Arial; line-height: 1.1; color: #F62E00; font-size: 7pt; font-weight: bold; margin: 4px }
  13.  
  14. .WhiteSlip{
  15.     POSITION : absolute;
  16.     LEFT     : 0px; 
  17.     TOP     : 40px;
  18. }
  19.  
  20. /* Size of text input box for wizard question */
  21. input        { font-size: 7pt; font-family: Arial; height: 15px; margin: 4px }
  22.  
  23.   BODY { 
  24.     margin: 0em;
  25.     font-family: arial;
  26.     line-height: 1.1;
  27.     color: black; 
  28.     bgcolor: #3C6B99;
  29.     font-size: 10pt 
  30.   }
  31.   
  32.   TEXT { font-size: 1pt; font-family: arial; }
  33.   
  34.   H1, H2, H3, H4, H5, H6, P, UL, OL, DIR, MENU, DIV, 
  35.   DT, DD, ADDRESS, BLOCKQUOTE, PRE, BR, HR { display: block }
  36.  
  37.   B, STRONG, I, EM, CITE, VAR, TT, CODE, KBD, SAMP, 
  38.   IMG, SPAN { display: inline; }
  39.  
  40.   LI { display: list-item }
  41.  
  42.   H1, H2, H3, H4 { margin-top: 1em; margin-bottom: 1em }
  43.   H5, H6 { margin-top: 1em }
  44.   H1 { text-align: left }
  45.   H1, H2, H4, H6 { font-weight: bold }
  46.   H3, H5 { font-style: italic }
  47.  
  48.   H1 { font-size: 16pt }
  49.   H2 { font-size: 14pt }
  50.   H3 { font-size: 12pt }
  51.   
  52.   B, STRONG { font-weight: bolder }  /* relative to the parent */
  53.   I, CITE, EM, VAR, ADDRESS, BLOCKQUOTE { font-style: italic }
  54.   PRE, TT, CODE, KBD, SAMP { font-family: monospace }
  55.  
  56.   PRE { white-space: pre }
  57.  
  58.   ADDRESS { margin-left: 3em }
  59.   BLOCKQUOTE { margin-left: 3em; margin-right: 3em }
  60.  
  61.   UL, DIR { list-style: disc }
  62.   OL { list-style: decimal }
  63.   MENU { margin: 0 }              
  64.   LI { margin-left: 3em }
  65.  
  66.   DT { margin-bottom: 0 }
  67.   DD { margin-top: 0; margin-left: 3em }
  68.  
  69.   HR { border-top: 0px; color: #3C6B99 }        
  70.  
  71.   A:link { color: blue; font-style: none }          /* unvisited link */
  72.   A:visited { color: black }        /* visited links */
  73.   A:active { color: orange }        /* active links */
  74.   
  75.   A:hover { color:orange };
  76.   
  77.   A:link IMG { border: 0px solid blue }
  78.   A:visited IMG { border: 0px solid red }
  79.   A:active IMG { border: 0px solid lime } 
  80.   
  81.   
  82.   /* Wizard Question Header positions */
  83.       .QuestionHeader1{
  84.         POSITION : absolute;
  85.         LEFT     : 0px; 
  86.         TOP     : 0px;
  87.     }
  88.     .QuestionHeader2{
  89.         POSITION : absolute;
  90.         LEFT     : 0px; 
  91.         TOP     : 14px;
  92.     }
  93.     .QuestionHeader3{
  94.         POSITION : absolute;
  95.         LEFT     : 0px; 
  96.         TOP     : 28px;
  97.     }
  98.     .QuestionHeader4{
  99.         POSITION : absolute;
  100.         LEFT     : 0px; 
  101.         TOP     : 42px;
  102.     }